home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.07 Jul 90 / Commando Programming ƒ / Rezscripts / RezC.STRlist.Cmdo.R < prev    next >
Encoding:
Text File  |  1988-07-28  |  965 b   |  39 lines  |  [TEXT/MPS ]

  1. /* File RezC.STRlist.Cmdo.R */
  2. /* Rez input for the Rezc.STRlist Commando interface */
  3. /* W. Powell 1988 */
  4.  
  5. /* Rez definitions for Rez-building Commando interfaces */
  6. #include "Cmdo.R"
  7.  
  8. Resource 'cmdo' (200) {
  9.     { 240,
  10.     "Rezc.STRlist produces Rez input for a String resource.\n"
  11.     "New dialogs will prompt for further strings.",
  12.     {
  13. /* This include file has a standard arrangement of items
  14.  *   common to all resources: ID#, attributes, name, 
  15.  *      and redirection of output from the Rezc.≈ script        */
  16. #include "CmdoReztStart.R"
  17.  
  18.     /* Item 6 */
  19.     OR {{1}}, RegularEntry {
  20.         "First string:",
  21.         {80,30,96,120},
  22.         {99,30,115,450},
  23.         "",keepCase,"",
  24.         "Enter the string.\nUse \\ to escape special characters." },
  25.     /* Item 7 */
  26.     AND {{6}}, DoItButton {}, 
  27.     }, 
  28. /* Dialog 2 */
  29. /* Include the standard resource attributes dialog */
  30. #include "CmdoReztAttr.R"
  31.  
  32. /* Dialog 3 */
  33. /* Include a redirection dialog */
  34. #include "CmdoReztRdir.R"
  35.  
  36. }
  37. };
  38.  
  39. /* End File RezC.STRlist.Cmdo.R */